.title {
    padding-top: 80px;
    width: 100%;
}

.title h2 {
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #000000;
    text-align: center;
}

.title p {
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #888888;
    text-align: center;
    margin-top: 15px;
}

.cont-hao {
    width: 1280px;
    margin: 30px auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.hao-left {
    width: 260px;
    height: 570px;
    background: url(../images/chunjing-ks-back.png) no-repeat center center;
    background-size: 100% 100%;
    padding: 40px 24px 0;
    box-sizing: border-box;
    position: relative;
}

.hao-left h3 {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
}

.hao-left p {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    margin-top: 60px;
}

.hao-left a {
    display: block;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(255, 109, 0, 1);
    margin-top: 40px;
}

.left-bot {
    width: 240px;
    height: 120px;
    background: linear-gradient(0deg, #7B40EA, #9500FF);
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -120px;
    padding: 0 15px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.left-bot .bot-l {
    width: calc(100% - 70px);
}

.left-bot .bot-r {
    width: 66px;
    height: 80px;
    background: url(../images/chunjing-ks-icon.png) no-repeat center center;
}

.left-bot .bot-l .b-num {
    font-size: 36px;
    font-family: Times New Roman;
    font-weight: bold;
    color: #FFFFFF;
}

.left-bot .bot-l p {
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    opacity: 0.75;
    margin-top: 9px;
}

.hao-right {
    width: 1010px;
    height: 570px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.hao-right li {
    width: 500px;
    height: 280px;
    background: #FFFFFF;
    padding: 40px 25px 0;
    box-sizing: border-box;
    margin-bottom: 10px;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
}

.hao-right-head {
    width: 100%;
    height: 73px;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #F5F5F5;
}

.hao-right-head .icon {
    width: 32px;
    height: 32px;
}

.hao-right-head .icondy {
    background: url(../images/icon-jinling.png) -42px 0;
    background-size: auto 32px;
}

.hao-right-head-word {
    width: calc(100% - 37px);
}

.hao-right-head-word h3 {
    width: 100%;
    height: 32px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #000000;
    line-height: 16px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.hao-right-head-word .bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #888888;
}

.hao-right-head-word .bottom .guohu {
    width: 70px;
    height: 24px;
    background: #FFEBF1;
    border-radius: 12px;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(255, 109, 0, 1);
    line-height: 24px;
    text-align: center;
}


.hao-right-cen {
    width: 100%;
    height: 72px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #F5F5F5;
}

.hao-right-cen div h5 {
    height: 14px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #000000;
    text-align: center;
}

.hao-right-cen div p {
    height: 12px;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #888888;
    margin-top: 7px;
}

.hao-right-cen span {
    display: block;
    width: 1px;
    height: 30px;
    background-color: #f5f5f5;
    margin: 0 30px;
}

.hao-right li .price-btns {
    width: 100%;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 25px;
}

.hao-right li .price-btns .price {
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(255, 109, 0, 1);
}

.hao-right li .price-btns .price span {
    font-size: 30px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: rgba(255, 109, 0, 1);
}

.hao-right li .price-btns a {
    display: block;
    width: 100px;
    height: 30px;
    background: linear-gradient(90deg, #7B40EA, #9500FF);
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
}


.hao-right li:hover .hao-right-head-word h3 {
    color: rgba(255, 109, 0, 1);
}

.hao-right li:hover .price-btns a {
    background: rgba(255, 109, 0, 1);
}


.hao-right .swiper-slide {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.hao-right .swiper-container {
    width: 100%;
}

@media only screen and (max-width: 750px) {
    .cont-hao {
        width: 100%;
    }

    .hao-left {
        display: none;
    }

    .hao-right {
        padding: 0 12px;
        box-sizing: border-box;
    }

    .hao-right li {
        width: 100%;
        height: 155px;
        background: #FFFFFF;
        border-radius: 10px;
        padding: 20px 12px 0;
        box-sizing: border-box;
        position: relative;
    }

    .hao-right-cen {
        height: 60px;
        border-bottom: none;
    }

    .hao-right-cen div p {
        display: none;
    }

    .hao-right-cen div h5 {
        color: #666;
    }

    .hao-right-cen span {
        margin: 0 8px;
        width: 1px;
        height: 10px;
        background: #EEEEEE;
    }

    .hao-right li .price-btns {
        height: auto;

    }

    .hao-right li .price-btns a {
        display: none;
    }

    .hao-right li .price-btns .price {
        position: absolute;
        bottom: 20px;
        right: 10px;
    }

    .hao-right li .price-btns .price span {
        font-size: 24px;
        font-family: Microsoft YaHei;
        font-weight: bold;
        color: rgba(255, 109, 0, 1);
    }

    .hao-right {
        width: 100% !important;
        height: auto !important;
    }
}